.lxwm-head-icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/new/lxwm_icon.png");
  background-size: 100%;
  transition: 0.3s;
}
.nav-icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/new/nav_icon.png");
  background-size: 100%;
  transition: 0.3s;
}
.action-item:hover .lxwm-head-icon {
  transition: 0.3s;
  background-image: url("../img/new/lxwm_cuer.png");
}
.action-item:hover .nav-icon {
  transition: 0.3s;
  background-image: url("../img/new/nav_cuer.png");
}
.action-item:hover .sj-box {
  padding: 10px 0;
}
.sj-box {
  width: auto;
}
.wzdh-item {
  display: flex;
  align-items: center;
  width: 146px;
  height: 36px;
  padding: 0 16px;
  box-sizing: border-box;
  justify-content: space-between;
  font-size: 14px;
  color: #333333;
  transition: 0.3s;
}
.wzdh-item:hover {
  color: #2F80FF;
  background: #F2F7FE;
}
.wzdh-item:hover .nav-list-icon {
  transition: 0.3s;
  background-image: url("../img/new/sjx_cuer.png");
}
.nav-list-icon {
  width: 7px;
  height: 11px;
  background-image: url("../img/new/sjx_icon.png");
  background-size: 100%;
  transition: 0.3s;
}
.header-content-left {
  display: flex;
  align-items: center;
}
.header-gs-desc {
  margin-left: 16px;
  margin-top: 10px;
}
.header-gs-num {
  display: flex;
}
.header-gs-num em {
  background: #ff5d61;
  border-radius: 2px 2px 2px 2px;
  width: 15px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 2px;
}
.header-gs-unit {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  display: block;
}
.header-gs-ms {
  margin-top: 5px;
}
.index-search-btn {
  height: 40px;
  width: 90px;
  background: transparent;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}
.index-search-btn:hover {
  background: transparent;
}
.index-search-btn span {
  color: #2F80FF;
}
.search-icon {
  background-image: url("../img/new/search_icon.png");
}
.tw-btn {
  width: 110px;
  margin-left: 6px;
}
.wytw-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 42px;
  background: #2F80FF;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 6px;
  transition: 0.3s;
}
.wytw-btn:hover {
  background: #2668CF;
}
.index-btn {
  margin-left: 75px;
}
.index-btn span {
  min-width: 120px;
}
.header-fw {
  width: 228px;
}
.header-fw:hover .header-fw-content {
  height: 442px;
}
.header-type-item {
  height: 40px;
  padding: 0 14px;
}
.header-type-item:hover {
  transition: 0.3s;
  background: #F2F7FE;
}
.header-type-item:hover .header-type-top {
  position: relative;
  transition: 0.3s;
}
.header-type-item:hover .header-type-top:after {
  transition: 0.3s;
  position: absolute;
  top: -10px;
  right: -14px;
  content: "";
  width: 6px;
  height: 40px;
  z-index: 10;
  background: #F2F7FE;
}
.header-type-item:hover .header-fw-right {
  height: 442px;
}
.header-fw-right {
  left: 222px;
  z-index: 9;
  width: 808px;
}
.header-type-icon {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.header-type-name {
  font-weight: bold;
}
.header-type-name:hover {
  color: #333333;
}
.gg-head-box {
  height: 442px;
  display: flex;
  justify-content: space-between;
}
.gg-head-box .header-fw-box {
  position: static;
}
.gg-head-box .header-fw-content {
  height: 442px;
}
.header-fw-type {
  width: 228px;
}
.gg-head-center {
  width: 808px;
  padding: 0 8px 0 10px;
  box-sizing: border-box;
  height: 100%;
}
.index-top-lb {
  height: 321px;
  background: #FFFFFF;
  border-radius: 8px;
}
.index-top-lb .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.index-top-lb .swiper-slide {
  width: 100%;
  height: 100%;
}
.index-top-lb .swiper-slide img {
  width: 790px;
  height: 321px;
  border-radius: 8px;
}
.index-top-lb .swiper-pagination {
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
.index-top-lb .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.12);
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
}
.index-top-lb .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px!important;
}
.index-top-lb .swiper-pagination-bullet-active {
  width: 22px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.12);
  border-radius: 12px 12px 12px 12px;
}
.header-fw-center {
  display: flex;
  padding: 12px 0 0 0;
  box-sizing: border-box;
}
.new-yy-box {
  width: 258px;
  height: 321px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px 0;
  box-sizing: border-box;
}
.new-yy-top {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
.new-login-card {
  display: none;
}
.new-login-block {
  display: block;
}
.new-login-desc {
  display: flex;
  align-items: center;
}
.new-login-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.new-login-right {
  flex: 1;
  margin-left: 5px;
}
.new-user-name {
  font-size: 14px;
  color: #333333;
  display: block;
  max-width: calc(225px - 53px);
}
.new-login-ts {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.new-login-btn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.new-login-btn {
  width: 108px;
  height: 31px;
  border-radius: 4px;
  border: 1px solid #2F80FF;
  font-size: 14px;
  font-weight: 400;
  color: #2F80FF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.new-login-btn:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.new-yy-btn {
  width: 108px;
  height: 31px;
  background: #2F80FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
  border: 1px solid #2F80FF;
  transition: 0.3s;
}
.new-yy-btn:hover {
  transition: 0.3s;
  background: #2668CF;
}
#login_card .new-yy-btn {
  width: 100%;
}
.new-dh-line {
  height: 1px;
  flex: 1;
  background: rgba(112, 112, 112, 0.1);
}
.new-form-dh {
  padding: 24px 16px 0;
  box-sizing: border-box;
}
.new-dh-title {
  width: 100%;
  display: flex;
  align-items: center;
}
.new-dh-bt {
  font-size: 14px;
  color: #999999;
  padding: 0 10px;
}
.new-dh-list {
  display: grid;
  grid-template-columns: repeat(2, 108px);
  grid-gap: 8px;
  margin-top: 15px;
}
.new-dh-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 62px;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
  transform: translateY(0px);
}
.new-dh-item:hover {
  transition: 0.3s;
  transform: translateY(-5px);
}
.new-dh-item:nth-child(1) {
  background-image: url("../img/new/nav_01.png");
}
.new-dh-item:nth-child(1) .new-dh-text {
  color: #361112;
  margin-bottom: 5px;
}
.new-dh-item:nth-child(1) .new-dh-icon {
  background-image: url("../img/new/nav_icon01.png");
}
.new-dh-item:nth-child(2) {
  background-image: url("../img/new/nav_02.png");
}
.new-dh-item:nth-child(2) .new-dh-text {
  color: #0B1F3E;
  margin-bottom: 5px;
}
.new-dh-item:nth-child(2) .new-dh-icon {
  background-image: url("../img/new/nav_icon02.png");
}
.new-dh-item:nth-child(3) {
  background-image: url("../img/new/nav_03.png");
}
.new-dh-item:nth-child(3) .new-dh-text {
  color: #15411B;
  margin-bottom: 5px;
}
.new-dh-item:nth-child(3) .new-dh-icon {
  background-image: url("../img/new/nav_icon03.png");
}
.new-dh-item:nth-child(4) {
  background-image: url("../img/new/nav_04.png");
}
.new-dh-item:nth-child(4) .new-dh-text {
  color: #402F0E;
  margin-bottom: 5px;
}
.new-dh-item:nth-child(4) .new-dh-icon {
  background-image: url("../img/new/nav_icon04.png");
}
.new-dh-item .new-dh-text {
  font-size: 14px;
  font-weight: bold;
}
.new-dh-item .new-dh-icon {
  width: 14px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.fw-list1 {
  display: grid;
  grid-template-columns: repeat(4, 258px);
  grid-gap: 8px;
  margin-top: 8px;
  padding-left: 10px;
  box-sizing: border-box;
}
.fw-list1-item {
  height: 102px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
}
.fw-list1-item img {
  width: 78px;
  height: 78px;
  border-radius: 4px;
}
.fw-lsit1-img {
  width: 78px;
  height: 78px;
  border-radius: 4px;
}
.fw-lsit1-r {
  width: calc(100% - 78px);
  padding-left: 10px;
  box-sizing: border-box;
}
.fw-list1-title {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  transition: 0.3s;
}
.fw-list1-title:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.fw-list1-desc {
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}
.fw-list1-btn {
  margin-top: 13px;
  display: flex;
  width: 68px;
  height: 24px;
  border-radius: 13px;
  border: 1px solid #2F80FF;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #2F80FF;
  transition: 0.3s;
}
.fw-list1-btn:hover {
  transition: 0.3s;
  color: #FFFFFF;
  background: #2F80FF;
}
.zxdt-box {
  height: 47px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-top: 12px;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.zxdt-icon {
  width: 66px;
  height: 15px;
  background-image: url("../img/new/zxdt-icon.png");
  background-size: 100%;
}
#new-fwlb-swiper {
  flex: 1;
  height: 100%;
}
.fw-list2 {
  display: flex;
  width: 100%;
  height: 100%;
}
.fw-list2-item {
  width: 25%;
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
}
.fw-list2-item:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #666666;
  border-radius: 50%;
  left: 60px;
  top: calc((100% - 4px) / 2);
}
.fw-list2-name {
  display: inline-block;
  width: 100%;
  padding-left: 8px;
  font-size: 14px;
  line-height: 47px;
  color: #333333;
  transition: 0.3s;
}
.fw-list2-name:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.page-bg {
  background: #F8F8F8;
  padding-bottom: 12px;
}
.wmdfw-box {
  background: #FFFFFF;
  padding: 32px 0;
  box-sizing: border-box;
}
.new-title-box,
.new-title-left {
  display: flex;
  align-items: center;
}
.new-title-box {
  justify-content: space-between;
}
.new-title-icon {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #2F80FF;
  border-radius: 0px 2px 2px 0px;
}
.new-title-desc {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 8px;
  box-sizing: border-box;
}
.new-title-fbt {
  font-size: 14px;
  color: #222222;
  margin-left: 12px;
}
.new-title-fbt span {
  color: #ff5d61;
}
.new-jtwx-box {
  width: 100%;
  display: flex;
  height: 435px;
  margin-top: 24px;
}
.new-jtwx-left {
  height: 435px;
  width: 180px;
  background-image: url("../img/new/jtwx_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.new-jtwx-desc {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.new-jtwx-number {
  display: flex;
  padding: 8px 0;
  box-sizing: border-box;
}
.new-number-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
  color: #ff5d61;
  margin-right: 2px;
}
.new-jtwx-right {
  width: calc(100% - 180px);
  padding-left: 36px;
  box-sizing: border-box;
}
.fwfl-list1 {
  display: grid;
  grid-template-columns: repeat(4, 240px);
  grid-gap: 30px 40px;
}
.fwfl-list1-a {
  display: block;
  width: 100%;
  height: 166px;
  overflow: hidden;
  border-radius: 8px;
}
.fwfl-list1-a:hover .fwfl-list1-img {
  transition: 0.3s;
  transform: scale(1.2, 1.2);
}
.fwfl-list1-img {
  width: 240px;
  height: 166px;
  transition: 0.3s;
  transform: scale(1, 1);
  vertical-align: top;
}
.fwfl-list1-bt {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.fwfl-list1-bt:hover .fwfl-bt-text {
  color: #2F80FF;
  transition: 0.3s;
}
.fwfl-list1-title {
  display: flex;
  align-items: center;
}
.fwfl-list1-title .fwfl-bt-text {
  transition: 0.3s;
  padding-left: 8px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.fwfl-list1-desc {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  transition: 0.3s;
}
.fwfl-list1-desc .fwfl-desc-icon {
  width: 14px;
  height: 14px;
  background-image: url("../img/new/fwfl_icon.png");
  background-size: 100%;
  margin-left: 6px;
  transition: 0.3s;
}
.lb-gg-box .swiper-container img {
  height: 120px;
  width: 1296px;
}
.wmdfw-box .lb-gg-box {
  margin-top: 32px;
}
.new-fwbk-style1 {
  display: flex;
  margin-top: 32px;
}
.new-fwbk-style1 .new-fwbk-color {
  background: #FFF3F4;
}
.new-fwbk-style1 .new-fwbkbt-icon {
  background-image: url("../img/new/fwfl_bt_01.png");
}
.new-fwbk-style1 .new-fwbk-label {
  border: 1px solid #ff5d61;
  color: #ff5d61;
}
.new-fwbk-style1 .new-fwbk-title:after {
  background: #ff5d61;
}
.new-fwbk-style2 {
  display: flex;
  margin-top: 32px;
}
.new-fwbk-style2 .new-fwbk-color {
  background: #ECF2F9;
}
.new-fwbk-style2 .new-fwbkbt-icon {
  background-image: url("../img/new/fwfl_bt_02.png");
}
.new-fwbk-style2 .new-fwbk-label {
  border: 1px solid #2F80FF;
  color: #2F80FF;
}
.new-fwbk-style2 .new-fwbk-title:after {
  background: #2F80FF;
}
.new-fwbk-style3 {
  display: flex;
  margin-top: 32px;
}
.new-fwbk-style3 .new-fwbk-color {
  background: #F8F2E7;
}
.new-fwbk-style3 .new-fwbkbt-icon {
  background-image: url("../img/new/fwfl_bt_03.png");
}
.new-fwbk-style3 .new-fwbk-label {
  border: 1px solid #FF9100;
  color: #FF9100;
}
.new-fwbk-style3 .new-fwbk-title:after {
  background: #FF9100;
}
.new-fwbk-left {
  width: 246px;
  height: 447px;
  border-radius: 8px;
  padding: 35px 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-fwbk-top {
  padding: 0 22px;
  box-sizing: border-box;
}
.new-fwbk-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 36px;
}
.new-fwbk-title:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -10px;
  width: 20px;
  height: 3px;
}
.new-fwbkbt-icon {
  width: 105px;
  height: 35px;
  background-size: 100%;
}
.new-fwbk-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 26px;
  border-radius: 100px 100px 100px 8px;
  font-size: 14px;
  margin-left: 7px;
}
.new-fwbk-desc1 {
  font-size: 16px;
  color: #222222;
}
.new-fwbk-desc1 span {
  font-size: 18px;
  color: #ff5d61;
}
.new-fwbk-desc2 {
  font-size: 16px;
  color: #999999;
  margin-top: 4px;
}
.new-fwbk-bg {
  width: 246px;
  height: 272px;
  vertical-align: top;
}
.new-fwbk-right {
  padding-left: 16px;
  box-sizing: border-box;
  height: 447px;
  width: calc(100% - 246px);
}
.new-fwbk-action {
  display: flex;
  align-items: center;
}
.new-fwbk-more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  transition: 0.3s;
}
.new-fwbk-more:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.new-fwbk-more:hover .more-icon {
  background-image: url("../img/new/fwfl_icon_cuer.png");
}
.more-icon {
  width: 14px;
  height: 14px;
  background-image: url("../img/new/fwfl_icon.png");
  background-size: 100%;
  margin-left: 6px;
  transition: 0.3s;
}
.new-fwbk-list {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.new-fwbk-item {
  margin-right: 32px;
  transition: 0.3s;
}
.new-fwbk-item a {
  font-size: 16px;
  color: #333333;
  transition: 0.3s;
}
.new-fwbk-item:hover a {
  color: #2F80FF;
  transition: 0.3s;
}
.new-fwbk-list2 {
  display: grid;
  grid-template-columns: repeat(4, 246px);
  grid-gap: 16px;
  margin-top: 22px;
}
.fwbk-list2-item {
  height: 404px;
  overflow: hidden;
  padding-bottom: 16px;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 8px;
}
.new-fwbk-a {
  display: block;
  width: 246px;
  height: 246px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.new-fwbk-a:hover .fwbk-list2-img {
  transition: 0.3s;
  transform: scale(1.2, 1.2);
}
.fwbk-list2-img {
  width: 246px;
  height: 246px;
  border-radius: 8px 8px 0 0;
  vertical-align: top;
  transition: 0.3s;
  transform: scale(1, 1);
}
.fwbk-list2-content {
  display: block;
  width: 100%;
  padding: 17px 16px 0 16px;
  box-sizing: border-box;
}
.fwbk-list2-content:hover .fwbk-list2-bt {
  color: #2F80FF;
}
.fwbk-list2-bt {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.fwbk-list2-desc {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 5px;
}
.fwbk-list2-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.fwbk-list2-main {
  font-size: 16px;
  font-weight: bold;
  color: #ff5d61;
}
.fwbk-list2-active {
  font-size: 14px;
  color: #999999;
  padding-left: 10px;
  text-decoration: line-through;
}
.fwbk-list2-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #2F80FF;
  font-size: 14px;
  color: #2F80FF;
  margin-top: 12px;
  transition: 0.3s;
}
.fwbk-list2-btn:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.new-fwbk-style4 {
  display: flex;
  margin-top: 32px;
}
.new-fwbk-style4 .new-fwbk-left {
  height: 170px;
  padding: 0;
}
.new-fwbk-style4 .new-fwbk-right {
  height: 170px;
}
.new-fwbk-style4 .new-fwbk-bg {
  width: 246px;
  height: 170px;
  vertical-align: top;
}
.new-fwbk-style4 .fwfl-list1 {
  grid-template-columns: repeat(4, 246px);
  grid-gap: 16px;
}
.new-fwbk-style4 .fwfl-list1-img {
  height: 140px;
  width: 246px;
}
.new-fwbk-style4 .fwfl-list1-bt {
  margin-top: 11px;
}
.new-fwbk-style4 .fwfl-list1-a {
  width: 246px;
  height: 140px;
}
.new-fwbk-style5 {
  display: flex;
  margin-top: 32px;
  border-radius: 8px;
  overflow: hidden;
}
.fwbk-style5-left {
  width: 180px;
  height: 350px;
  background: #2F80FF;
  padding: 19px 0 0 10px;
  box-sizing: border-box;
}
.type-list1-item {
  height: 68px;
  border-radius: 8px 0px 0px 8px;
  padding: 13px 25px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 10px;
}
.type-list1-item:hover {
  background: #ECF2F9;
}
.type-list1-item:hover .type-list1-name {
  color: #222222;
}
.type-list1-item:hover .type-list1-fbt {
  color: #999999;
}
.type-list1-cur {
  background: #ECF2F9;
}
.type-list1-cur .type-list1-name {
  color: #222222;
}
.type-list1-cur .type-list1-fbt {
  color: #999999;
}
.type-list1-name {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.type-list1-fbt {
  margin-top: 5px;
  font-size: 12px;
  color: #FFFFFF;
}
.fwbk-style5-right {
  width: calc(100% - 180px);
  height: 350px;
  background: #ECF2F9;
}
.fwbk-style5-right .new-fwbk-list2 {
  grid-template-columns: repeat(5, 204px);
  grid-gap: 16px;
  margin-top: 0px;
  height: 100%;
}
.fwbk-style5-right .fwbk-list2-item {
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
}
.fwbk-style5-right .fwbk-list2-img,
.fwbk-style5-right .new-fwbk-a {
  width: 204px;
  height: 204px;
}
.fwbk-style5-right .fwbk-list2-btn {
  height: auto;
  width: auto;
  border: none;
}
.fwbk-style5-right .fwbk-list2-btn:hover {
  background: transparent;
  color: #2F80FF;
  text-decoration: underline;
}
.fwbk-style5-right .ppfw-box {
  margin-top: 0;
}
.fwbk-style5-right .ppfw-head {
  height: auto;
}
.fwbk-style5-right .ppfw-nav-item {
  width: auto;
  padding: 0 34px;
  height: 100%;
  font-size: 16px;
}
.fwbk-style5-right .ppfw-nav-list {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  background: transparent;
}
.fwbk-style5-right .ppfw-nav-cur {
  border-top: none;
  color: #2F80FF;
  font-weight: bold;
  background: transparent;
}
.fwbk-style5-right .fwfl-list1-desc:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.fwbk-style5-right .fwfl-list1-desc:hover .fwfl-desc-icon {
  transition: 0.3s;
  background-image: url("../img/new/fwfl_icon_cuer.png");
}
.fwbk-style5-right .ppfw {
  height: 274px;
  margin-top: 20px;
}
.fwbk-style5-right .ppfw-bk-left {
  width: 186px;
}
.fwbk-style5-right .ppfw-bk-right {
  width: calc(100% - 192px);
  margin-left: 6px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 24px 30px;
}
.fwbk-style5-right .ppfw-type {
  border-radius: 6px;
  background: #FFFFFF;
}
.fwbk-style5-right .ppfw-list {
  width: 100%;
  grid-template-columns: repeat(2, 379px);
  grid-gap: 18px 72px;
}
.fwbk-style5-right .ppfw-name {
  font-size: 16px;
}
.fwbk-style5-right .ppfw-yy {
  font-size: 14px;
  width: 80px;
  height: 32px;
  border-radius: 16px;
}
.fwbk-style5-right .more-gz {
  font-size: 14px;
  margin-top: 20px;
}
.fwbk-style5-right .ppfw-type-cur {
  font-weight: bold;
}
.fwbk-style5-right .ppfw-type-item {
  padding: 0 13px;
  box-sizing: border-box;
}
.fwbk-style5-right .ppfw-type-item:first-child {
  margin-top: 15px;
}
.fwbk-style5-item {
  width: 100%;
  height: 100%;
  display: none;
}
.fwbk-block {
  display: block;
}
.fwbk-style5-pad {
  padding: 16px;
  box-sizing: border-box;
}
.fwlc-box {
  background: #F8F8F8;
  padding: 24px 0;
  box-sizing: border-box;
}
.fwlc-content {
  display: flex;
}
.fwlc-content-left {
  width: 928px;
  height: 450px;
  background-image: url("../img/new/fwlc_bg.jpg");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-size: 100%;
  border-radius: 8px;
  padding: 24px;
  box-sizing: border-box;
}
.fwlc-content-desc {
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 80px;
}
.fwlc-bt-icon {
  width: 274px;
  height: 30px;
  background-image: url("../img/new/fwlc_bt_icon.png");
  background-size: 100%;
}
.fwlc-text {
  font-size: 18px;
  color: #999999;
  margin-top: 12px;
}
.fwlc-btn {
  display: inline-block;
  height: 44px;
  border-radius: 21px 21px 21px 21px;
  border: 2px solid rgba(47, 128, 255, 0.3);
  padding: 0 18px;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #2F80FF;
  margin-top: 30px;
  min-width: 190px;
}
.fwlc_call {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/new/fwlc_call_icon.png");
  background-size: 100%;
  margin-right: 5px;
}
.fwlc-box-list {
  width: 100%;
  height: 125px;
  background: #ECF2F9;
  border-radius: 8px;
  margin-top: 55px;
  display: flex;
  overflow: hidden;
}
.fwlc-list-left {
  width: 42px;
  height: 100%;
  background: #2F80FF;
  font-size: 14px;
  color: #FFFFFF;
  padding: 3px 14px;
  box-sizing: border-box;
}
.fwlc-list {
  width: calc(100% - 42px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwlc-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fwlc-img {
  width: 60px;
  height: 60px;
}
.fwlc-desc-text {
  font-size: 14px;
  color: #222222;
}
.fwlc-stup {
  font-size: 12px;
  font-weight: bold;
  color: #2F80FF;
  opacity: 0.3;
  margin-top: 5px;
}
.step-icon {
  width: 35px;
  height: 26px;
  background-image: url("../img/new/step_icon.png");
  background-size: 100%;
  margin: 0 32px;
}
.fwlc-content-right {
  width: calc(100% - 928px);
  padding-left: 16px;
  box-sizing: border-box;
}
.fwlc-content-right .bd-box {
  position: static;
  height: 100%;
  padding: 18px 16px;
}
.fwlc-content-right .bd-title {
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fwlc-content-right .bd-title .wenxts {
  font-size: 12px;
  color: #999;
}
.fwlc-content-right .bd-title .kuais {
  display: flex;
  align-items: center;
}
.fwlc-content-right .bd-title .iwclxagudplftqrz-order-warnclick {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 12px;
}
.fwlc-content-right .bd-title .iwclxagudplftqrz-order-warnclick .weixtsimg {
  width: 20px;
  height: 20px;
}
.fwlc-content-right .bd-title .iwclxagudplftqrz-order-warnclick:hover {
  color: #2F80FF;
}
.fwlc-content-right .form-bd1 {
  margin-top: 20px;
}
.fwlc-content-right .message-swiper {
  margin-top: 10px;
}
.fwlc-content-right .order-ys-box {
  margin-top: 0;
  margin-bottom: 10px;
}
.fwlc-content-right .yzm .bd-code {
  padding-left: 0;
}
.bdfw-box {
  margin-top: 30px;
}
.bdfw-box .fw-store-box {
  margin-top: 20px;
}
.zx-head-title .new-title-icon {
  margin-right: 6px;
  margin-top: 3px;
}
.full-sjx-icon {
  width: 12px;
  height: 16px;
  background-image: url("../img/new/full_sjx_icon.png");
  background-size: 100%;
  margin-right: 5px;
}
.page-box,
.page-box-s {
  padding-top: 0;
}
.other-page-box {
  padding-top: 30px;
}
.spxq-box {
  margin-top: 32px;
}
.spxq-box .zx-author-box {
  margin-top: 5px;
}
.spxq-box .xq-nr .zx-label-list {
  flex-wrap: wrap;
}
.spxq-box .xq-desc {
  margin-top: 32px;
}
.spxq-box .fw-list {
  margin-top: 32px;
}
.spxq-title {
  font-size: 32px;
  color: #333333;
  line-height: 36px;
}
.sp-container {
  width: 100%;
  height: 533px;
  background: #1A222D;
  margin-top: 12px;
  display: flex;
}
.video-box {
  width: 946px;
  height: 533px;
}
#videoPc {
  object-fit: fill;
}
.video-right {
  width: calc(100% - 946px);
}
.video-right .video-list-A {
  padding: 0 16px;
  box-sizing: border-box;
}
.video-head {
  width: 100%;
  height: 67px;
  line-height: 67px;
  background: #212B39;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.videoA-item {
  display: flex;
  margin-top: 22px;
}
.videoA-item .spA-a,
.videoA-item .spA-img {
  width: 100px;
  height: 66px;
}
.videoA-item .spA-icon {
  width: 28px !important;
  height: 28px !important;
  left: calc((100% - 28px) / 2);
  top: calc((100% - 28px) / 2);
}
.videoA-right {
  width: calc(100% - 100px);
  padding-left: 16px;
  box-sizing: border-box;
}
.videoA-a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
  line-height: 30px;
}
.videoA-a:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.videoA-time {
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 16px;
}
